public class UploadFlussoRequest
extends java.lang.Object
Classe Java per uploadFlussoRequest complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="uploadFlussoRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="annoRiferimento" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<pattern value="([0-9]{4})?"/>
</restriction>
</simpleType>
</element>
<element name="codiceNazionale">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
</restriction>
</simpleType>
</element>
<element name="elencoDocumentiUpload" type="{http://www.nsisr.puglia.it/Schemas/}documentoUploadFlussoInformativo" maxOccurs="unbounded"/>
<element name="meseRiferimento" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<pattern value="(0?[1-9]|1[012])?"/>
</restriction>
</simpleType>
</element>
<element name="tipoFlussoUpload">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="acquisizioneVaccinaleGiava"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
annoRiferimento |
protected java.lang.String |
codiceNazionale |
protected java.util.List<DocumentoUploadFlussoInformativo> |
elencoDocumentiUpload |
protected java.lang.Integer |
meseRiferimento |
protected java.lang.String |
tipoFlussoUpload |
| Constructor and Description |
|---|
UploadFlussoRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAnnoRiferimento()
Recupera il valore della proprietà annoRiferimento.
|
java.lang.String |
getCodiceNazionale()
Recupera il valore della proprietà codiceNazionale.
|
java.util.List<DocumentoUploadFlussoInformativo> |
getElencoDocumentiUpload()
Gets the value of the elencoDocumentiUpload property.
|
java.lang.Integer |
getMeseRiferimento()
Recupera il valore della proprietà meseRiferimento.
|
java.lang.String |
getTipoFlussoUpload()
Recupera il valore della proprietà tipoFlussoUpload.
|
void |
setAnnoRiferimento(java.lang.Integer value)
Imposta il valore della proprietà annoRiferimento.
|
void |
setCodiceNazionale(java.lang.String value)
Imposta il valore della proprietà codiceNazionale.
|
void |
setMeseRiferimento(java.lang.Integer value)
Imposta il valore della proprietà meseRiferimento.
|
void |
setTipoFlussoUpload(java.lang.String value)
Imposta il valore della proprietà tipoFlussoUpload.
|
protected java.lang.Integer annoRiferimento
protected java.lang.String codiceNazionale
protected java.util.List<DocumentoUploadFlussoInformativo> elencoDocumentiUpload
protected java.lang.Integer meseRiferimento
protected java.lang.String tipoFlussoUpload
public java.lang.Integer getAnnoRiferimento()
Integerpublic void setAnnoRiferimento(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCodiceNazionale()
Stringpublic void setCodiceNazionale(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DocumentoUploadFlussoInformativo> getElencoDocumentiUpload()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the elencoDocumentiUpload property.
For example, to add a new item, do as follows:
getElencoDocumentiUpload().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentoUploadFlussoInformativo
public java.lang.Integer getMeseRiferimento()
Integerpublic void setMeseRiferimento(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getTipoFlussoUpload()
Stringpublic void setTipoFlussoUpload(java.lang.String value)
value - allowed object is
String